home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / xeval < prev    next >
Encoding:
Text File  |  2002-10-28  |  550 b   |  21 lines

  1. Synopsis:
  2.    xeval [<switch>] <text>
  3.  
  4. Description:
  5.    XEVAL works just like eval, but with switches. The -server forces it to
  6.    evaluate <text> with the context of another server as default. -window
  7.    forces the output to be in a specific window.
  8.  
  9. Options:
  10.    -server <refnum>  send all server output to server <refnum>
  11.    -window <name>    send text to specified window (name or number)
  12.  
  13. Examples:
  14.    To display colored text to window #2:
  15.       set display_ansi on
  16.       xeval -w 2 $chr(27)[34m This is Blue
  17.  
  18. See Also:
  19.    eval(5)
  20.  
  21.